-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
make stat.FILE_ATTRIBUTE_* available on all platforms #14866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! (CI failure looks unrelated)
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
I'm not sure how to make pyright happy here. Fixing windows breaks Linux and vice versa.
|
|
Should I import every symbol explicitly like |
hauntsaninja
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh hmm. Maybe I led you astray then and your original version was fine. Sorry about that! (For what it's worth, importing every symbol isn't as bad as it sounds, since stubtest will tell us if things go out of sync)
|
In that case, I'll import the symbols explicitly because I wasn't much of a fan of the weird |
This comment has been minimized.
This comment has been minimized.
|
@hauntsaninja This is ready for review 🎉 |
|
Gentle bump |
d55212e to
45deebf
Compare
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
srittau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes: #14865